Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add separator tokenization #276

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

pfitzseb
Copy link
Collaborator

@pfitzseb pfitzseb commented Jan 16, 2024

Fixes #275.
image

This does not work for commas in types, but fixing that is a bigger undertaking.

@pfitzseb pfitzseb merged commit ead441d into master Jan 16, 2024
1 check passed
@CameronBieganek
Copy link

Awesome, thanks!

This does not work for commas in types, but fixing that is a bigger undertaking.

Currently I just color the entire type magenta, and I think I prefer it that way. If the commas inside the type had their own scope, I probably wouldn't use it in my color theme. Here's what it looks like right now with Julia Color Themes:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tokenization of commas changed to source.julia, which affects Julia Color Themes
2 participants